home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / ACROYNMity / settings.h < prev    next >
Text File  |  2000-06-23  |  1KB  |  17 lines

  1. /*    Acronymity  -  By Karl Kornel                                            */
  2. /*    ©2000 Karl Kornel                                                        */
  3. /*    Made in the USA for MacHack 2000                                         */
  4. /*                                                                          */
  5. /* This let's YOU (yes...YOU!) define SOME of how this program works.       */
  6. /* Simply change the numbers to whatever you want.                          */
  7. /*                                                                          */
  8. /* This preference defines the longest acronym that we can handle           */
  9. #define acronymLength 20
  10. /*                                                                          */
  11. /* This is the longest word that can be in the word files                   */
  12. /* Make sure that there isn't any word that's longer than this number       */
  13. #define wordLength 50
  14. /*                                                                          */
  15. /*                                                                          */
  16. /* NOTE: After changing any values, be sure to run the program "Rebuild"    */
  17. /*       Otherwise, settings will not take effect                           */